projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7d1526
)
s390x-se-luks-gencpio: Fix shebang syntax
author
Simon McVittie
<smcv@debian.org>
Mon, 7 Mar 2022 21:06:48 +0000
(21:06 +0000)
committer
Simon McVittie
<smcv@collabora.com>
Mon, 7 Mar 2022 22:49:30 +0000
(22:49 +0000)
An indented `#!` is technically meaningless, although many shells will
run text files with the shell if asked to execute them.
Signed-off-by: Simon McVittie <smcv@debian.org>
src/libostree/s390x-se-luks-gencpio
patch
|
blob
|
history
diff --git
a/src/libostree/s390x-se-luks-gencpio
b/src/libostree/s390x-se-luks-gencpio
index f0ad24eb328f860ba9de8a019b7de9a16c276690..729aff6fc4cddefbf358e620d705a519b84ca79c 100755
(executable)
--- a/
src/libostree/s390x-se-luks-gencpio
+++ b/
src/libostree/s390x-se-luks-gencpio
@@
-1,5
+1,5
@@
-
#!/usr/bin/bash
-
# This script creates new initramdisk with LUKS config within
+#!/usr/bin/bash
+# This script creates new initramdisk with LUKS config within
set -euo pipefail
old_initrd=$1